Package com.cisco.pt.ipc.sim
Interface StrictPriorityQueue
- All Superinterfaces:
IPCObject,QueueProcess
- All Known Implementing Classes:
StrictPriorityQueueImpl
Information provided by the PKI file:
\class CStrictPriorityQueue
\brief CStrictPriorityQueue handles and manipulates policy maps.
\example network().getDevice("Router0").getCbwfqManager().getCbwfqAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetQueueAt(int i) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.QueueProcess
getQueueType
-
Method Details
-
getQueueCount
int getQueueCount()Information provided by the PKI file:
\brief Get the queue count \return int, queue count- Returns:
- int Returns a int
-
getQueueAt
Information provided by the PKI file:
\brief Get the queue at a specified index \param i, specified index \return Queue, Queue object- Parameters:
i- Takes in a parameter of i- Returns:
- Queue Returns a Queue
-